home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / GRAPHICS / XBOARD.ZIP / XBOARD.TXT < prev    next >
Text File  |  1993-10-30  |  5KB  |  139 lines

  1.  
  2.                                 XBoard v1.00
  3.  
  4.                          The clipboard companion for
  5.                          Windows NT and Windows 3.1
  6.  
  7.                                    Ron Cox
  8.                               October 30, 1993
  9.  
  10.  
  11. Registration
  12. ============
  13.  
  14. If you like and use this program, please consider donating $5 to the author.
  15. Half of all monies donated in the name of XBoard will be re-donated to the
  16. Arizona Humane Society, who do a great job of taking care of the unwanted
  17. animals (more and more all the time) in our state.  That means if you really
  18. like XBoard (or the AZ Humane Society) and donate $20, $10 will be
  19. re-donated. 
  20.  
  21. Please send to:
  22.  
  23.     XBoard Registration
  24.     C/O Ron Cox
  25.     4212 West Cactus, STE 1110-229
  26.     Phoenix, AZ 85029
  27.     
  28.     
  29. Overview
  30. ========
  31.  
  32. XBoard is a simple little program which sort of acts like a 5 car garage for
  33. textual data. The standard clipboard can only really hold one piece of data
  34. at a time. What XBoard does is give you 5 bays for holding text which you
  35. have cut or copied from another program. Then, at anytime, you can easily
  36. instruct XBoard to place text from one of its 5 bays into the clipboard so
  37. that it can be pasted into the application of your choice. 
  38.  
  39. Manifest
  40. ========
  41.  
  42. This archive contains the following files:
  43.  
  44.     xboard.exe        - Windows NT version of XBoard
  45.     
  46.     xboard16.exe    - Windows 3.1 version of XBoard
  47.     
  48.     xboard.txt        - This document
  49.  
  50. Note: The Windows 3.1 version of XBoard does run under Windows if you have
  51.       the Win32s extensions installed.
  52.       
  53.  
  54. Operation
  55. =========
  56.  
  57. You can run XBoard using any of the standard methods used to run other
  58. Windows/NT applications. I keep it in the Startup group of the Program
  59. Manager so that it runs each time I start my machine. 
  60.  
  61. With XBoard running, you will see a small window which has a title bar and
  62. system menu, as well as 5 read only edit boxes. Each edit box (bay) is used
  63. to hold an individual piece of text. Under Windows 3.1, the size limit of
  64. each bay is 64K. Under Windows NT it should be limited only by virtual
  65. memory, but I believe that the Microsoft Foundation Classes place an arbit-
  66. rary limit of 1 Meg (haven't confirmed this, although I have placed over
  67. 200K of text in one of the bays). 
  68.  
  69. So, how to use it? From any application you can cut/copy text (including
  70. Word, notepad, Excel, etc, etc), cut or copy some text to the clipboard.
  71. Then, give a right mouse click over the bay on XBoard in which you want to
  72. store that text. You will see the text appear in the bay. Any special
  73. characters (non-printable) will show up as hollow boxes, including linefeeds
  74. and carriage returns. Each bay in XBoard will only display the first 18
  75. characters, although the bay actually holds all of them. Becareful when
  76. right clicking over a bay, XBoard will replace the contents of the bay with
  77. the current contents of the clipboard, so make sure thats what you want to
  78. do! 
  79.  
  80. Note that if the clipboard is currently empty or has something other than
  81. text in it, XBoard will simply 'beep' at you when you do a right click over
  82. one of its bays. 
  83.  
  84. When you want to pick up the text from one of the XBoard bays, give a Left
  85. mouse click over the desired bay. You may now paste the text which appears
  86. in that bay into any application using the paste command for that program. 
  87.  
  88. To clear a bay, hold down either shift key and right click over the bay. The
  89. contents are cleared without affecting what's currently in the clipboard. 
  90.  
  91. When XBoard is closed, it will make sure it remembers where it was placed
  92. next time it starts up. 
  93.  
  94. If the text in a bay is less than 80 characters and consists of only the
  95. ASCII characters from 32 (space) to 126 (~), XBoard will save that bay in
  96. the XBOARD.INI file when you close it, so that next time XBoard is run that
  97. bay will be restored to its previous contents. This allows you to place
  98. short pieces text you use all the time into one or more bays and have them
  99. there at all times. 
  100.  
  101. If some other application has opened the clipboard and you attempt a put or
  102. grab operation with XBoard, you will get a message box telling you that the
  103. clipboard is currently locked. The should rarely if ever happen. 
  104.  
  105.  
  106. Known Bugs/Problems
  107. ===================
  108.  
  109. - With XBoard in focus (as the top window), pressing escape terminates 
  110.   XBoard. XBoard's main window is actually a dialog box, and it appears
  111.   to think that it has a "Cancel" button, when in fact it doesn't. Not 
  112.   sure how to get around this -- if anyone knows, please write.
  113.  
  114.  
  115. Thats all!
  116. ==========
  117.  
  118. See, told you it was simple... 
  119.  
  120. I developed (and have only run this) in a 1024x768 mode, and the XBoard
  121. window is just the right size for me at that resolution. However, if you
  122. are running in a lower video resolution (esp. 640x480), it may be much
  123. too large. If so, let me know and I will see what I can do... I may
  124. release a dynamically resizable version sometime in the future if demand
  125. is high enough. 
  126.  
  127. I can be contacted at any of the following places:
  128.  
  129. Internet:
  130.  
  131.     urjc!rjc@pcg.com
  132.     rjc@infograph.com
  133.     roncox@indirect.com
  134.     71722.3175@compuserve.com
  135.     
  136. Enjoy!
  137. Ron Cox
  138. 30, October 1993
  139.